Toolbarbutton
Moz0.9.5A button that appears on a toolbar. It is equivalent to a regular button except that it may be rendered differently.
More information about Toolbarbutton
Attributes:
Attributes inherited from XUL Element
This should be set to a letter that is used as a shortcut key. This letter should be one of the characters that appears in the label text for the toolbarbutton. This letter will typically be drawn underlined, although this behavior will be platform and skin specific. When the user presses ALT (or a similar key that varies on each platform) and the access key, the toolbarbutton will be activated from anywhere in the window.
Set to an id of a command element that is being observed by the element.
If the label of the toolbarbutton is too small to fit in its given space, the text will be cropped on the side specified by the crop attribute. An ellipsis will be placed in place of the cropped text. If the box direction is right to left (rtl), the cropping is reversed.
- start: The text will be cropped on its left side.
- end: The text will be cropped on its right side.
- left: (Deprecated) The text will be cropped on its left side.
- right: (Deprecated) The text will be cropped on its right side.
- center: The text will be cropped on both sides.
- none: The text will be not be cropped using an ellipsis. However, the text will simply be cut off if it is too large. The side depends on the CSS text alignment.
The direction in which the child elements of the toolbarbutton are placed.
- ltr: The elements are placed left to right or top to bottom in the order they appear in the XUL code.
- rtl: The elements are placed right to left or bottom to top. This is reverse of the order in which they appear in the XUL code.
If this attribute is set to true, the toolbarbutton is disabled. This is usually drawn with the text in grey. If the toolbarbutton is disabled, the function of the button cannot be performed. Leave the attribute out entirely for a regular enabled button.
The URL of the image to appear on the toolbarbutton. If this is attribute is left out, no image appears. The position of the image is determined by the dir and orient attributes.
The label that will appear on the toolbarbutton. If this is left out, no text appears.
Used to specify whether the children of the toolbarbutton are oriented horizontally or vertically. The default value depends on the element. You can also use the '-moz-box-orient' style property.
- horizontal: Child elements of the toolbarbutton are placed next to each other in a row in the order that they appear in the XUL source.
- vertical: Child elements of the toolbarbutton are placed under each other in a column in the order that they appear in the XUL source.
The type of button. If this attribute is not present, a normal button is created. You can set the type attribute to the value 'menu' to create a button with a menu popup. This will typically cause the button to be displayed differently.
This attribute indicates whether to load the image from the cache or not. This would be useful if the images are stored remotely or you plan on swapping the image frequently. The following values are accepted:
- always: The image is always checked to see whether it should be reloaded.
- never: The image will be loaded from the cache if possible.
A value associated with the toolbarbutton. You may use it in a script for your own purposes.
Properties and Methods:
Properties and Methods inherited from XUL Element
This should be set to a letter that is used as a shortcut key. This letter should be one of the characters that appears in the label text for the toolbarbutton. This letter will typically be drawn underlined, although this behavior will be platform and skin specific. When the user presses ALT (or a similar key that varies on each platform) and the access key, the toolbarbutton will be activated from anywhere in the window.
If the focus is on the element, it is removed. The focus is not automatically placed on any other element. Essentially, this is used to call the onblur handler.
Set to an id of a command element that is being observed by the element.
If the label of the toolbarbutton is too small to fit in its given space, the text will be cropped on the side specified by the crop attribute. An ellipsis will be placed in place of the cropped text. If the box direction is right to left (rtl), the cropping is reversed.
- start: The text will be cropped on its left side.
- end: The text will be cropped on its right side.
- left: (Deprecated) The text will be cropped on its left side.
- right: (Deprecated) The text will be cropped on its right side.
- center: The text will be cropped on both sides.
- none: The text will be not be cropped using an ellipsis. However, the text will simply be cut off if it is too large. The side depends on the CSS text alignment.
Gets and sets the value of the dir attribute.
Executes the associated command.
Assigns the focus to the element, if it can accept the focus. The onfocus handler is called.
The URL of the image to appear on the toolbarbutton. If this is attribute is left out, no image appears. The position of the image is determined by the dir and orient attributes.
The label that will appear on the toolbarbutton. If this is left out, no text appears.
Gets and sets the value of the orient attribute.
Gets and sets the value of the type attribute.
A value associated with the toolbarbutton. You may use it in a script for your own purposes.